Skip to main content
Version: v2.10.0

Cluster Dashboard

The Cluster page displays a comprehensive list of clusters associated with the respective tenant. It provides detailed insights into each cluster, including their status and YCU consumption. One table carries all of it: the status, which runs from INITIATING through to ERROR, the cloud provider, the runtime version, the machine type, the memory and cores currently attached, the cumulative Total YCU, and the attached metastore where there is one. From that same row you can stop or start a cluster, destroy it, archive it, or clone its configuration into a new one.

Users can access Clusters by selecting the Clusters option in the Yeedu navigation panel.

Clusters landing page

Clusters are a tenant-level resource, reached from Clusters in the left navigation panel, not from inside a workspace.

Cluster Dashboard

Filter pills

PillShows
AllEvery cluster in the tenant.
ActiveClusters that haven't been archived. This is the default.
InactiveClusters archived from the row menu.

Columns

ColumnDetail
IDThe cluster's unique numeric identifier. Sortable.
StatusINITIATING, RUNNING, STOPPING, STOPPED, DESTROYING, DESTROYED or ERROR. Filterable.
Cluster NameThe cluster name with a live status dot. Sortable.
Cloud ProviderOCI, OnPrem, GCP, AWS or Azure, each with its provider glyph. Filterable.
Cluster TypeYEEDU, STANDALONE or CLUSTER. Filterable.
Run Time VersionThe Spark and Scala versions, for example Spark 3.5.3, Scala 2.12.15. Filterable.
Machine TypeThe instance shape, for example Onprem-M-8 or Standard_D4d_v5. Filterable.
Active Memory & CoresThe compute currently attached, for example 16 Memory, 8 Cores. Sortable.
Total YCUCumulative Yeedu Compute Units consumed by this cluster. Sortable.
MetastoreThe attached metastore, with a type badge such as HIVE, AWS GLUE or DATABRICKS UNITY. - where none is attached.
Created ByThe user who created the cluster. Filterable.
Created TimeThe absolute timestamp, with a relative age beneath it.
Modified TimeThe absolute timestamp, with a relative age beneath it.
ActionsThe per-row controls described below.
note

We make the column set configurable. The column-picker icon in the toolbar shows and hides columns, so your view may differ from our screenshot.

Toolbar

A refresh icon, a filter icon and the column picker sit above the table, followed by the Search By Cluster Name box, the three pills, and the + Cluster button.

Row actions

Each row ends with two controls.

ControlTooltipBehaviour
State toggleStop on a running cluster, Start on one that is stopped or destroyedStarts or stops the cluster in place.
Kebab (none)Opens the row menu below.

The kebab menu is state-dependent:

Cluster statusMenu entries
RUNNINGDestroy · Clone
Not running (for example DESTROYED)Destroy · Inactive · Clone
EntryBehaviour
DestroyTears the cluster down, releasing its compute.
Inactive / ActiveArchives the cluster, or restores it. Offered only once the cluster isn't running; the entry reads Active while you're on the Inactive pill.
CloneOpens the create form pre-filled from this cluster's configuration.
tip

We don't allow a running cluster to be archived. Stop or destroy it first, and Inactive then appears in its row menu.

Cluster detail page

Clicking a cluster name on the Clusters list opens that cluster's detail page.

Cluster detail page showing the persistent header, the five-tab bar and the Events tab

Persistent header

The header stays in place on every tab:

ElementDescription
BreadcrumbClusters ❯ <cluster name>
Total NodesA Total Nodes N readout with a horizontal capacity bar and a refresh icon
Cluster chipShown on the far right as <name>(<CLUSTER TYPE>) with a live status dot
Stop / StartA Stop icon button on the cluster chip. On a stopped cluster this becomes Start
Chevron menuThe chevron next to the Stop button opens a menu containing a single item — Destroy
Status badgeThe cluster's current status (for example RUNNING) at the far right edge

Tab bar

The cluster detail page has exactly five tabs, in this order:

TabWhat it contains
EventsCluster job statistics, the cluster summary strip, and the Cluster / Nodes monitoring sub-tabs
ConfigurationThe cluster edit form plus a read-only CLUSTER DETAILS panel
DependenciesThe file browser for the dependency repository attached to this cluster
JDBCJDBC username/token cards and one row per workspace that can attach to this cluster
Access ManagementWhich workspaces may attach to (and therefore run on) this cluster

Each tab maps to a route under /tenant/<tid>/cluster/<clusterId>/:

TabRoute
Eventscluster-events-view/cluster-events
Configurationcluster-configuration
Dependenciesdependency-management/<repoId>/dependency-files/root
JDBCjdbc?page=1&limit=20
Access Managementcluster-access-management
note

There's no separate "Dashboard" tab and no separate "Node-Level Monitoring" tab. All cluster and node monitoring lives under Events, split into the Cluster and Nodes sub-tabs. See Monitoring and Node-Level Monitoring.